home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Online / FreePPP D1-1.0.5 Ordner / FreePPP 1.0.3 Script Additions next >
Text File  |  1995-11-20  |  1KB  |  27 lines

  1. Connect Script additions:
  2. by Joe Husk (joe@indiana.edu) and Ed Moy (moy@parc.xerox.com).
  3.  
  4. \a"prompt"                        ask for echoed text, "prompt" defaults to "Username:"
  5. \A"prompt"                        ask for echoed text, "prompt" defaults to "Username:"
  6. \p"prompt"                        ask for bulleted text, "prompt" defaults to "Password:"
  7. \P"prompt"                        ask for bulleted text, "prompt" defaults to "Password:"
  8.  
  9. Notes: 
  10. • Lowercase '\a' and '\p' prompt during a connection when they are run across with the connect script.
  11. • Uppercase '\A' and '\P' prompt prior to a connection and/or are preloaded from the authentication area.
  12. • Only the text entered will be sent.  It is up to you to add delays and returns as needed.
  13.  
  14. Limitations: 
  15. • Only one '\a' and '\p' per line.
  16.    - If more than one of each is found per line then only the first of each requested will be used to prompt.
  17.    - However, the data will be sent each time '\a' or '\p' is run accross.
  18. • Only one '\A' and '\P' per connect script.
  19.    - If more than one of each is found per line then only the first of each requested will be used to prompt.
  20.    - However, the data will be sent each time '\A' or '\P' is run accross.
  21.  
  22. Examples:
  23. • \AWhat's your Username:\r\d\PGimme your Password:\r\d
  24. • \aUser ID:\r
  25.    \p\r
  26. • \ASecureID:\r
  27.    \pSecureID Password:\aSecureID Number:\r